TELTermEventsSupp
Returns a value that indicates which terminal messages a telephone tool supports.
pascal TELErr TELTermEventsSupp (TELHandle hTEL, long *eventMask);
hTEL
- A handle to the telephone record associated with the terminal for which you want information. The telephone record is returned by the
TELNew
function or theTELNewWithResult
function, and is described in "Telephone Record" on page 1-22.eventMask
- On entry, a pointer to a long integer. On exit, that long integer indicates the terminal messages supported by the telephone tool for the specified terminal. See "Terminal Messages" on page 5-9 for a description of masks you can use to interpret this value.
- function result
- A result code. See "Result Codes" on page 5-60 for a list of result codes that the Telephone Manager may return.
DESCRIPTION
TheTELTermEventsSupp
function returns, through theeventMask
parameter, a long integer whose bits indicate which terminal messages are supported by the telephone tool specified by thehTEL
parameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help